type github.com/klauspost/compress/flate.dictDecoder

13 uses

	github.com/klauspost/compress/flate (current package)
		dict_decoder.go#L27: type dictDecoder struct {
		dict_decoder.go#L39: func (dd *dictDecoder) init(size int, dict []byte) {
		dict_decoder.go#L40: 	*dd = dictDecoder{hist: dd.hist}
		dict_decoder.go#L59: func (dd *dictDecoder) histSize() int {
		dict_decoder.go#L67: func (dd *dictDecoder) availRead() int {
		dict_decoder.go#L72: func (dd *dictDecoder) availWrite() int {
		dict_decoder.go#L79: func (dd *dictDecoder) writeSlice() []byte {
		dict_decoder.go#L86: func (dd *dictDecoder) writeMark(cnt int) {
		dict_decoder.go#L93: func (dd *dictDecoder) writeByte(c byte) {
		dict_decoder.go#L103: func (dd *dictDecoder) writeCopy(dist, length int) int {
		dict_decoder.go#L153: func (dd *dictDecoder) tryWriteCopy(dist, length int) int {
		dict_decoder.go#L176: func (dd *dictDecoder) readFlush() []byte {
		inflate.go#L315: 	dict dictDecoder